Editable cells demo: Add new row at cursor
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Sun, 22 Dec 2013 18:17:32 +0000 (18:17 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Dec 2014 23:53:30 +0000 (18:53 -0500)
commit6b26464fbb334ef723c1783c8a62b0c091f592b4
tree2541f3e992f740f19797c7278b14092d410b1114
parent06745bc0aadf04a17d9433e0c150eb5f91d1adb5
Editable cells demo: Add new row at cursor

Adding rows to the bottom of the list is confusing as you cannot see
them if the window is small so it is not apparent that anything has
happened. Fix this by adding the new row immediately below the current
row and set the cursor on the new row so it is ready to be edited.

https://bugzilla.gnome.org/show_bug.cgi?id=721939
demos/gtk-demo/editable_cells.c